home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / Vyzkuste / httrack / httrack-3.20RC4.exe / {app} / HelpHtml / httrack.css < prev    next >
Cascading Style Sheet File  |  2002-07-03  |  2KB  |  71 lines

  1.  
  2. body {
  3.     margin: 0;  padding: 0;  margin-bottom: 15px;  margin-top: 8px;
  4.     background: #77b;
  5. }
  6. body, td {
  7.     font: 0.96em/1.3em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  8.     }
  9.  
  10. #subTitle {
  11.     background: #000;  color: #fff;  padding: 4px;  font-weight: bold; 
  12.     }
  13.  
  14. /*
  15.     Width for "#siteNavigation td" based on number of buttons
  16.     Six:  16.6%
  17. */
  18. #siteNavigation td { width: 16.6%; }
  19. #siteNavigation a {
  20.     display: block;  padding: 2px;
  21.     text-align: center;  font-weight: bold;  color: #448; /* font-size: 12px; */ background-color: #99c;
  22.     }
  23. #siteNavigation a:link    { text-decoration: none; }
  24. #siteNavigation a:visited { text-decoration: none; }
  25. #siteNavigation a:hover   { text-decoration: none;  background-color: #fff;  color: #000; }
  26. #siteNavigation a:active  { text-decoration: none;  background-color: #ccc; }
  27.  
  28. a:link    { text-decoration: underline;  color: #00f; }
  29. a:visited { text-decoration: underline;  color: #000; }
  30. a:hover   { text-decoration: underline;  color: #c00; }
  31. a:active  { text-decoration: underline; }
  32.  
  33.  
  34.  
  35. #pageContent {
  36.     clear: both;
  37.     border-bottom: 6px solid #000;
  38.     padding: 10px;  padding-top: 20px;
  39.     line-height: 1.65em;
  40.     background-image: url(images/bg_rings.gif);
  41.     background-repeat: no-repeat;
  42.     background-position: top right;
  43.     }
  44. #pageContent p { margin: 0;  margin-bottom: 30px; }
  45.  
  46.  
  47.  
  48. #pageContent, #siteNavigation {
  49.     background-color: #ccd;
  50.     }
  51.  
  52. .tableWidth { min-width: 400px; }
  53.  
  54.  
  55. /* ----------------------------------- */
  56.  
  57.  
  58. .imgLeft  { float: left;   margin-right: 10px;  margin-bottom: 10px; }
  59. .imgRight { float: right;  margin-left: 10px;   margin-bottom: 10px; }
  60.  
  61. hr { height: 1px;  color: #000;  background-color: #000;  margin-bottom: 15px; }
  62.  
  63. h1 { margin: 0;  font-weight: bold;  font-size: 2em; }
  64. h2 { margin: 0;  font-weight: bold;  font-size: 1.6em; }
  65. h3 { margin: 0;  font-weight: bold;  font-size: 1.3em; }
  66.  
  67. .blak { background-color: #000; }
  68. .hide { display: none; }
  69.  
  70.  
  71.